home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / tuningtypes.ctl < prev    next >
Text File  |  2000-05-12  |  819b  |  29 lines

  1. -- RCSVER $Id: tuningtypes.ctl,v 1.3 1999-09-20 14:31:00-05 evan CURRENT $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        tuningtypes.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the tuningtypes table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE tuningtypes
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     type,
  18.     name,
  19.     descr
  20. )
  21. begindata
  22. 1|Bill/Coin|Bill/Coin Equipment|
  23. 2|Cashbox|Cashbox Parameters|
  24. 3|OCU/Display|OCU/Customer Display Parameters|
  25. 4|Security|Security Parameters|
  26. 5|System|System Parameters|
  27. 6|Misc|Miscellaneous|
  28. 7|Card Reader|Magnetic Card Reader|
  29.